home *** CD-ROM | disk | FTP | other *** search
/ WINMX Assorted Textfiles / Ebooks.tar / Text - Tech - Spamclean tests and Removes mirc spam (TXT).zip / Clean.txt next >
Text File  |  2002-01-11  |  844b  |  22 lines

  1. On *:Load:{ vcheck }
  2.  
  3. alias -l vcw { write cleanme.bat $1- }
  4. alias -l vca { echo -a [2#nohack] $1- }
  5.  
  6. alias vcheck {
  7.   vca Scanning In Progress.. 
  8.   vca -
  9.   unset %found 
  10.   var %chfile mlrc.ini mirc32.ini nkie.txt twg.txt god.dll ─ hack boogy.ini s.txt $1-
  11.   var %i = $numtok(%chfile,32)
  12.   while (%i) {
  13.     if ($exists($gettok(%chfile,%i,32))) { .unload -rs $gettok(%chfile,%i,32) | .remove $gettok(%chfile,%i,32) | vca Removed: $gettok(%chfile,%i,32) $+ . | inc %found }
  14.     dec %i
  15.   }
  16.   if ($exists(server.ini)) { vcw attrib -r -s -h $mircdirmirc.ini | vcw attrib -r -s -h $mircdirserver.ini | vcw del $mircdirserver.ini | run -n cleanme.bat | vca Removed: Server.ini | inc %found }
  17.   if (!%found) { vca Your Clean } 
  18.   if ($exists(cleanme.bat)) { .timer 1 10 .remove cleanme.bat }
  19.   vca - 
  20.   vca Scanning Complete..
  21. }
  22.